HTTP Functions
PHP Manual

http_send_status

(PECL pecl_http >= 0.1.0)

http_send_statusSend HTTP response status

Descripción

bool http_send_status ( int $status )

Send HTTP status code.

Lista de parámetros

status

HTTP status code (100-599)

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también


HTTP Functions
PHP Manual